home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1998 August / PC Plus SuperCD 50b Issue 142 (CD142b) (August 1998).iso / full / super / disk1 / SQL / README.TXT next >
Encoding:
Text File  |  1996-02-27  |  1.0 KB  |  31 lines

  1. Description of SQL script files for SuperOffice 3.1
  2.  
  3. Extension describes what type of SQL server they are meant for
  4.  
  5. .WQL  = Watcom SQL
  6. .OQL  = Oracle
  7. .YQL  = Sybase SQL Server
  8. .MQL  = Microsoft SQL Server
  9. .5QL  = Sybase SQL Anywhere (Watcom 5.0)
  10.  
  11. First scripts that has to be run manually before priming the database.
  12. SOINIT.?QL  = Create first user (schema) SO with password SO
  13.  
  14. Next scripts run automatically from SuperOffice during priming of the database.
  15. SOGRANT.?QL    = Create groups, roles and access rights
  16.  
  17. Examples of what is done in SuperOffice when maintaning users
  18. SOADMIN.?QL    = Add one user to the database (userlevel 0 in SuperOffice)
  19. SOUSER.?QL    = Add one user to the database (any other userlevel)
  20.  
  21. Scripts for doing a cleanup, removing SuperOffice.
  22. SODROP.?QL  = Drop tables, groups (roles) and user SO (other users will remain).
  23.  
  24.  
  25. ------
  26. SOPKEY.?QL      = Add primary key to all tables
  27.  
  28. SO_CREAT.?QL    = Create all tables
  29. SO_DROP.?QL    = Drop all tables
  30. SO_GDROP.?QL    = Drop group or role definitions
  31.